PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / getPDFFileEncryptionAlgorithm Method
Stream that contains the PDF file.
In This Topic
    getPDFFileEncryptionAlgorithm Method
    In This Topic
    Gets the encryption algorithm used by the PDF file in the input stream.
    Syntax
    public static PDFEncryptionAlgorithm getPDFFileEncryptionAlgorithm( 
       Stream stream
    )

    Parameters

    stream
    Stream that contains the PDF file.

    Return Value

    The encryption algorithm.
    See Also